From 0082675de858b98a2b5009d46cb916d335f18caf Mon Sep 17 00:00:00 2001 From: =?utf8?q?Timm=20B=C3=A4der?= Date: Mon, 27 Aug 2018 18:13:01 +0200 Subject: [PATCH] testoverlaystyleclass: Fix CSS snippet --- tests/testoverlaystyleclass.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/testoverlaystyleclass.c b/tests/testoverlaystyleclass.c index 86437ee020..37a857d265 100644 --- a/tests/testoverlaystyleclass.c +++ b/tests/testoverlaystyleclass.c @@ -50,8 +50,8 @@ main (int argc, char *argv[]) provider = gtk_css_provider_new (); gtk_css_provider_load_from_data (provider, - "GtkLabel { border: 3px solid black; border-radius: 5px; padding: 2px; }" - ".top { border-top-style: none; right-radius: 0px; border-top-left-radius: 0px; }" + "label { border: 3px solid black; border-radius: 5px; padding: 2px; }" + ".top { border-top-style: none; border-top-right-radius: 0px; border-top-left-radius: 0px; }" ".bottom { border-bottom-style: none; border-bottom-right-radius: 0px; border-bottom-left-radius: 0px; }" ".left { border-left-style: none; border-top-left-radius: 0px; border-bottom-left-radius: 0px; }" ".right { border-right-style: none; border-top-right-radius: 0px; border-bottom-right-radius: 0px; }", -- 2.30.2